Password

Creates an input tag of type password and allows the attributes of name, value, length and maxlength to be set. The increment/decrement buttons next to length and maxlength will cycle between 0 and 250. The text-input boxes may be edited manually, only numerical values are allowed.

Form Password

The above example would yield the following text:

<INPUT TYPE="PASSWORD" NAME="password" MAXLENGTH="25" SIZE="25">